FlexReport for WPF
gcd(Int32[]) メソッド


C1.WPF.Document.4.6.2 アセンブリ > GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.util 名前空間 > MathUtil クラス > gcd メソッド : gcd(Int32[]) メソッド
Array containing the numbers.
Method that calculates the Greatest Common Divisor (GCD) of several positive integer numbers.
シンタックス
'宣言
 
Public Overloads Shared Function gcd( _
   ByVal x() As System.Integer _
) As System.Integer
'使用法
 
Dim x() As System.Integer
Dim value As System.Integer
 
value = MathUtil.gcd(x)
public static System.int gcd( 
   System.int[] x
)

パラメータ

x
Array containing the numbers.
参照

MathUtil クラス
MathUtil メンバ
オーバーロード一覧